@charset "UTF-8";
@font-face {
  font-family: f-regular;
  font-weight: 400;
  font-style: normal;
  src: url(../../../themes/bitovka/fonts/ProximaNovaRegular/ProximaNovaRegular.eot);
  src: url(../../../themes/bitovka/fonts/ProximaNovaRegular/ProximaNovaRegular.eot@)
      format("embedded-opentype"),
    url(../../../themes/bitovka/fonts/ProximaNovaRegular/ProximaNovaRegular.woff.html)
      format("woff"),
    url(../../../themes/bitovka/fonts/ProximaNovaRegular/ProximaNovaRegular.ttf.html)
      format("truetype");
}
@font-face {
  font-family: f-black;
  font-weight: 400;
  font-style: normal;
  src: url(../../../themes/bitovka/fonts/ProximaNovaBlack/ProximaNovaBlack.eot);
  src: url(../../../themes/bitovka/fonts/ProximaNovaBlack/ProximaNovaBlack.eot@)
      format("embedded-opentype"),
    url(../../../themes/bitovka/fonts/ProximaNovaBlack/ProximaNovaBlack.woff.html)
      format("woff"),
    url(../../../themes/bitovka/fonts/ProximaNovaBlack/ProximaNovaBlack.ttf.html)
      format("truetype");
}
@font-face {
  font-family: f-light;
  font-weight: 400;
  font-style: normal;
  src: url(../../../themes/bitovka/fonts/ProximaNovaLight/ProximaNovaLight.eot);
  src: url(../../../themes/bitovka/fonts/ProximaNovaLight/ProximaNovaLight.eot@)
      format("embedded-opentype"),
    url(../../../themes/bitovka/fonts/ProximaNovaLight/ProximaNovaLight.woff.html)
      format("woff"),
    url(../../../themes/bitovka/fonts/ProximaNovaLight/ProximaNovaLight.ttf.html)
      format("truetype");
}
@font-face {
  font-family: f-italic;
  font-weight: 400;
  font-style: normal;
  src: url(../../../themes/bitovka/fonts/ProximaNovaRegularItalic/ProximaNovaRegularItalic.eot);
  src: url(../../../themes/bitovka/fonts/ProximaNovaRegularItalic/ProximaNovaRegularItalic.eot@)
      format("embedded-opentype"),
    url(../../../themes/bitovka/fonts/ProximaNovaRegularItalic/ProximaNovaRegularItalic.woff.html)
      format("woff"),
    url(../../../themes/bitovka/fonts/ProximaNovaRegularItalic/ProximaNovaRegularItalic.ttf.html)
      format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: swap;
  src: url(../../../themes/bitovka/fonts/fontawesome-webfont.eot@v=4.7.0);
  src: url(../../../themes/bitovka/fonts/fontawesome-webfont.eot@)
      format("embedded-opentype"),
    url(../../../themes/bitovka/fonts/fontawesome-webfont.woff2@v=4.7.0.html)
      format("woff2"),
    url(../../../themes/bitovka/fonts/fontawesome-webfont.woff@v=4.7.0.html)
      format("woff"),
    url(../../../themes/bitovka/fonts/fontawesome-webfont.ttf@v=4.7.0.html)
      format("truetype"),
    url(../../../themes/bitovka/fonts/fontawesome-webfont.svg@v=4.7.0)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}

/* Основні стилі для слайдера */
.gallery {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.gallery__slide {
  flex: 0 0 auto;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

/* Адаптивні стилі для мобільних пристроїв */
@media (max-width: 1200px) {
  .gallery__slide img {
      width: 100%;
      height: auto;
  }
}

@media (max-width: 992px) {
  .gallery__slide img {
      width: 100%;
      height: auto;
  }
}

@media (max-width: 768px) {
  .gallery__slide img {
      width: 100%;
      height: auto;
  }
}

@media (max-width: 576px) {
  .gallery__slide img {
      width: 100%;
      height: auto;
  }
}


.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: simple-line-icons;
  font-display: swap;
  src: url(../../../themes/bitovka/fonts/Simple-Line-Icons.eot@v=2.4.0);
  src: url(../../../themes/bitovka/fonts/Simple-Line-Icons.eot@v=2.4.0)
      format("embedded-opentype"),
    url(../../../themes/bitovka/fonts/Simple-Line-Icons.woff2@v=2.4.0.html)
      format("woff2"),
    url(../../../themes/bitovka/fonts/Simple-Line-Icons.ttf@v=2.4.0.html)
      format("truetype"),
    url(../../../themes/bitovka/fonts/Simple-Line-Icons.woff@v=2.4.0.html)
      format("woff"),
    url(../../../themes/bitovka/fonts/Simple-Line-Icons.svg@v=2.4.0)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-event,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-steam,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vkontakte,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-minus:before {
  content: "\e615";
}
.icon-close:before {
  content: "\e082";
}
.icon-event:before {
  content: "\e619";
}
.icon-exclamation:before {
  content: "\e617";
}
.icon-organization:before {
  content: "\e616";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pinterest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-google:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-vkontakte:before {
  content: "\e618";
}
.icon-social-steam:before {
  content: "\e620";
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  max-height: 650px;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff
    url(http://bytovka.spb.ru/wp-content/themes/img/ajax-loader.gif) center
    center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(http://bytovka.spb.ru/wp-content/themes/fonts/slick.eot);
  src: url(http://bytovka.spb.ru/wp-content/themes/fonts/slick.eot?)
      format("embedded-opentype"),
    url(http://bytovka.spb.ru/wp-content/themes/fonts/slick.woff) format("woff"),
    url(http://bytovka.spb.ru/wp-content/themes/fonts/slick.ttf)
      format("truetype"),
    url(http://bytovka.spb.ru/wp-content/themes/fonts/slick.svg) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
pre,
td,
textarea,
th {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 53px !important;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 55px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__logo {
  background: #181834;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: f-black, sans-serif;
  padding: 53px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 19px;
  margin-right: 15px;
  max-width: 186px;
}
@media screen and (max-width: 992px) {
  .header__logo {
    width: 130px;
    min-width: unset;
    padding: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin-right: 0;
    width: 100px;
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  .header__logo {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    width: 100%;
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.header__logo img {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 576px) {
  .header__logo img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 50px;
  }
}
.header__logo span {
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .header__logo span {
    line-height: 1.5;
  }
}
.header__right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .header__right {
    margin-top: 10px;
  }
}
.header__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 13px;
}
@media screen and (max-width: 992px) {
  .header__group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .header__group {
    padding-top: 0;
  }
}
.header__topmenu {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .header__topmenu {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .header__topmenu {
    margin: 5px auto 10px auto;
  }
}
.header__mainmenu {
  margin-top: auto;
  background: rgba(255, 255, 255, 0.1);
  padding: 17px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
}
@media screen and (max-width: 1330px) {
  .header__mainmenu {
    padding: 19px 18px;
  }
}
@media screen and (max-width: 1180px) {
  .header__mainmenu {
    padding: 14px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .header__mainmenu {
    padding: 10px;
    width: -webkit-calc(100% + 140px);
    width: calc(100% + 140px);
    left: -140px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainmenu {
    background: rgba(24, 24, 52, 0.8);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    z-index: 100;
  }
}
.header__mainmenu:after {
  content: "";
  background: url(../../../themes/bitovka/img/menu-bg.png) no-repeat center;
  padding: 28px 32px;
  position: absolute;
  right: -64px;
  top: 0;
}
@media screen and (max-width: 1180px) {
  .header__mainmenu:after {
    background: unset;
  }
}
.header__contacts {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .header__contacts {
    margin-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__phone {
  font-size: 33px;
  font-family: f-black, sans-serif;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header__phone {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header__phone {
    font-size: 22px;
  }
}
.header__phone:hover {
  color: #267dd4;
}
body,
html {
  height: 100%;
}
body {
  background: url(../../../themes/bitovka/img/bg.jpg) no-repeat top center
    #f8f8f8;
  position: relative;
  overflow-x: hidden;
  color: #181834;
  font-size: 16px;
  font-family: f-regular, sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.page-template-main {
  background: url(../../../themes/bitovka/img/bg-home.jpg) no-repeat top center
    #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
}
.container {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1330px) {
  .container {
    max-width: 1110px;
  }
}
@media screen and (max-width: 1180px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}
.container-fluid {
  max-width: 100%;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.page-template-contakts {
  background-color: #f8f8f8;
}
.header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.header .menu .menu-item a {
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .menu .menu-item a:hover {
  color: #267dd4;
  text-decoration: underline;
}
.header .menu .menu-item .current-menu-item a {
  text-decoration: none;
}
.menu-top {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .menu-top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.menu-top .menu-item {
  font-size: 15px;
  letter-spacing: 2px;
}
@media screen and (max-width: 576px) {
  .menu-top .menu-item {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.menu-top .menu-item a {
  padding: 5px 15px;
}
@media screen and (max-width: 576px) {
  .menu-top .menu-item a {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .menu-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    background: rgba(24, 24, 52, 0.95);
    width: 100%;
    left: 0;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    top: 45px;
    z-index: 1000;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 12px 0;
  }
  .menu-main.animate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.menu-main .menu-item {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  list-style: none;
}
@media screen and (max-width: 1330px) {
  .menu-main .menu-item {
    font-size: 15px;
    list-style: none;
  }
}
@media screen and (max-width: 1180px) {
  .menu-main .menu-item {
    font-size: 12px;
    list-style: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-main .menu-item {
    font-size: 20px;
    list-style: none;
  }
}
.menu-main .menu-item a {
  padding: 0 15px;
}
@media screen and (max-width: 1330px) {
  .menu-main .menu-item a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .menu-main .menu-item a {
    padding: 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .menu-main .menu-item a {
    display: block;
    padding: 10px 0;
  }
}
.menu-link {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-link:hover {
  color: #fff;
}
.menu-link span,
.menu-link span:after,
.menu-link span:before {
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.menu-link span:after,
.menu-link span:before {
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-link span:before {
  margin-top: -7px;
}
.menu-link span:after {
  margin-top: 5px;
}
.menu-link-active span {
  background: 0 0;
}
.menu-link-active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
}
.menu-link-active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}
::-webkit-input-placeholder {
  color: #181834;
  opacity: 1;
  letter-spacing: 2px;
}
::-moz-placeholder {
  color: #181834;
  opacity: 1;
  letter-spacing: 2px;
}
:-ms-input-placeholder {
  color: #181834;
  opacity: 1;
  letter-spacing: 2px;
}
::-ms-input-placeholder {
  color: #181834;
  opacity: 1;
  letter-spacing: 2px;
}
::placeholder {
  color: #181834;
  opacity: 1;
  letter-spacing: 2px;
}
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
textarea {
  border: 1px solid #e1e1e1;
  padding: 25px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="text"],
  textarea {
    padding: 25px;
  }
}
input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wr-form {
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .wr-form {
    margin: 40px auto 0 auto;
  }
}
.wr-form__title {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .wr-form__title {
    font-size: 20px;
  }
}
.wr-form .form {
  position: relative;
}
.wr-form .form:before {
  content: "";
  background: #f4f4f4;
  height: 100%;
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .wr-form .form:before {
    width: 100%;
  }
}
.wr-form .form .container {
  padding: 60px 25px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .wr-form .form .container {
    padding: 25px 15px;
  }
}
.form {
  position: relative;
}
.form__title {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
.form .row {
  margin-bottom: 10px;
}
.form__col {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .form__col {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.form__label {
  margin-bottom: 30px;
  display: block;
}
.form__label span {
  color: #1b679f;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.form input.col {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}
@media screen and (max-width: 992px) {
  .form input.col {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .form input.col {
    margin-bottom: 20px;
  }
}
.form .btn {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .form .btn {
    width: 100%;
  }
}
.form .btn img {
  position: absolute;
  right: 10px;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  display: none;
}
.form-popup {
  width: 960px;
  position: absolute;
  top: 15%;
  left: 50%;
  display: none;
  margin-left: -480px;
}
@media screen and (max-width: 1180px) {
  .form-popup {
    width: 960px;
    margin-left: -480px;
  }
}
@media screen and (max-width: 992px) {
  .form-popup {
    width: 95%;
    margin-left: -47.5%;
  }
}
.form-popup:after {
  width: 0;
}
.form__col--right {
  padding-top: 28px;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .form__col--right {
    padding-left: 0;
  }
}
.form__col--right .row {
  margin-bottom: 58px;
}
@media screen and (max-width: 992px) {
  .form__col--right .row {
    margin-bottom: 0;
  }
}
.form__col--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  .form__col--left {
    padding-right: 0;
  }
}
.form textarea {
  height: 310px;
}
@media screen and (max-width: 768px) {
  .form textarea {
    height: 150px;
  }
}
.form__addobj {
  font-size: 20px;
  margin-top: auto;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .form__addobj {
    font-size: 14px;
  }
}
.success {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.success.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.success img {
  width: 18px;
  margin-top: 5px;
}
.select {
  border: 1px solid #e1e1e1;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
}
.select:after {
  background-image: url(../../../themes/bitovka/img/down-arrow.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  content: "";
  width: 61px;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0 !important;
  background: #fff;
  color: #181834;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  background-image: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  padding: 23px 60px 23px 22px;
}
.select select::-ms-expand {
  display: none;
}
.form--wite {
  background: #fff;
  padding: 30px;
}
.form--wite__title {
  text-transform: uppercase;
  color: #0d5195;
  font-size: 21px;
  margin-bottom: 35px;
}
.form--wite input[type="email"],
.form--wite input[type="number"],
.form--wite input[type="tel"],
.form--wite input[type="text"],
.form--wite textarea {
  border: 0;
  border-bottom: 1px solid #8ca4bf;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: unset;
  font-size: 17px;
  color: #646363;
  background: 0 0;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 23px;
}
.form--wite ::-webkit-input-placeholder {
  color: #646363;
}
.form--wite ::-moz-placeholder {
  color: #646363;
}
.form--wite :-ms-input-placeholder {
  color: #646363;
}
.form--wite ::-ms-input-placeholder {
  color: #646363;
}
.form--wite ::placeholder {
  color: #646363;
}
.form--wite input.form--wite__input {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}
@media screen and (max-width: 992px) {
  .form--wite input.form--wite__input {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.form--wite__message {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-height: 100px;
}
.mfp-content {
  position: initial !important;
}
.mfp-container.mfp-s-ready.mfp-inline-holder .mfp-content .form-popup,
.mfp-container.mfp-s-ready.mfp-inline-holder .mfp-content .history-text {
  display: block;
}
.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #0d5195;
}
.mfp-arrow-left:after {
  border-right: 17px solid #0d5195;
}
.mfp-arrow-left:before {
  border-right: 27px solid #fff;
}
.mfp-arrow-right:before {
  border-left: 27px solid #fff;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-close {
  right: -10px;
  top: -60px;
}
.mfp-close:active {
  top: -60px;
}
a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  transition: 0.3s;
  color: #0d5195;
}
a:hover {
  color: #267dd4;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 20px;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .h1,
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .h1,
  h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .h1,
  h1 {
    font-size: 22px;
  }
}
.h2,
h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .h2,
  h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .h2,
  h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .h2,
  h2 {
    font-size: 18px;
  }
}
.h3,
h3 {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .h3,
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h3,
  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .h3,
  h3 {
    font-size: 16px;
  }
}
em {
  font-style: italic;
}
.btn {
  border: 0;
  background: #0d5195;
  font-size: 12.5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 2px;
  text-align: center;
}
.btn:hover {
  background: #1d6cbb;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
.btn-light {
  background: #fff;
  color: #181834;
}
.btn-light:hover {
  background: #23234c;
}
.btn-warning {
  background: #181834;
}
.btn-warning:hover {
  background: #23234c;
}
.btn--lg {
  text-transform: uppercase;
  padding: 24px 60px;
}
@media screen and (max-width: 768px) {
  .btn--lg {
    padding: 24px 34px;
  }
}
.btn--md {
  padding: 15px 27px;
  font-size: 19px;
  border: 1px solid #e1e1e1;
}
.btn--sm {
  padding: 5px 20px;
}
button.mfp-close {
  font-size: 48px;
  font-weight: 600;
  opacity: 0.8;
}
.slick-slider .slick-arrow:hover {
  cursor: pointer;
}
.container__main-slider {
  margin-top: 133px;
  margin-bottom: 108px;
}
@media screen and (max-width: 992px) {
  .container__main-slider {
    margin-top: 90px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .container__main-slider {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .container__main-slider {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.main-slider {
  text-transform: uppercase;
  color: #fff;
  max-width: 750px;
  margin-left: 32%;
}
@media screen and (max-width: 1180px) {
  .main-slider {
    margin-left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .main-slider {
    margin-left: 0;
  }
}
.main-slider .slick-list {
  position: relative;
  z-index: 10;
}
.main-slider__slide {
  position: relative;
}
.main-slider__title {
  font-size: 100px;
  font-family: f-black, sans-serif;
  opacity: 0.18;
  line-height: 0.8;
  letter-spacing: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .main-slider__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main-slider__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .main-slider__title {
    font-size: 28px;
    text-align: center;
    line-height: 1;
  }
}
.main-slider__text {
  font-size: 25px;
  font-family: f-light, sans-serif;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  bottom: 70px;
}
@media screen and (max-width: 992px) {
  .main-slider__text {
    font-size: 20px;
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main-slider__text {
    position: unset;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .main-slider__text {
    font-size: 16px;
    text-align: center;
  }
}
.main-slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 8px;
  padding: 53px 74px;
}
@media screen and (max-width: 768px) {
  .main-slider .slick-arrow {
    bottom: 35px;
  }
}
@media screen and (max-width: 576px) {
  .main-slider .slick-arrow {
    bottom: -35px;
    right: 35px;
  }
}
.main-slider .slick-arrow:hover {
  cursor: pointer;
}
.main-slider .slick-arrow:before {
  position: absolute;
  left: 27px;
  bottom: 5px;
  z-index: 10;
}
.main-slider .slick-arrow:after {
  content: "";
  background: url(../../../themes/bitovka/img/bg-slick-arrow.png) no-repeat top
    center;
  padding: 53px 74px;
  position: absolute;
  bottom: -11px;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .gallery {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gallery__slide {
  margin: 0 1px;
}
.gallery .slick-arrow {
  position: absolute;
  top: -40px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .gallery .slick-arrow {
    position: unset;
  }
}
.gallery .icon-arrow-right {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .gallery .icon-arrow-right {
    margin-left: 0;
  }
}
.wr-carousel-change {
  padding: 75px 0 0;
  position: relative;
}
.wr-carousel-change:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  z-index: -1;
}
.wr-carousel-change .h2 {
  text-align: center;
}
.carousel-change {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1330px) {
  .carousel-change {
    height: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .carousel-change {
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .carousel-change {
    height: auto;
    overflow: unset;
  }
}
.carousel-change .slick-list {
  padding: 0 !important;
}
.carousel-change .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.carousel-change__item {
  background: #e6e6f0;
  margin: 0 2px;
  text-align: center;
  height: auto;
  border: 1px solid transparent;
}
.carousel-change__item.slick-current {
  border: 1px solid #17599a;
}
@media screen and (max-width: 992px) {
  .carousel-change__item.slick-current {
    border: 1px solid transparent;
  }
}
.carousel-change__item.slick-current .carousel-change__title {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .carousel-change__item.slick-current .carousel-change__title {
    margin-top: 0;
  }
}
.carousel-change__item.slick-current .carousel-change__excerpt {
  display: block;
}
.carusel_item_static .carousel-change__excerpt {
  display: block;
}
@media screen and (max-width: 992px) {
  .carousel-change__item.slick-current .carousel-change__excerpt {
    display: block;
  }
  .carusel_item_static .carousel-change__excerpt {
    display: block;
  }
}
.carousel-change__title {
  text-transform: uppercase;
  font-size: 25px;
  padding: 20px 20px 10px;
  display: block;
  height: 40px;
  margin-top: 155px;
}
.carusel_item_static .carousel-change__title {
  margin-top: 0;
}
@media screen and (max-width: 1330px) {
  .carousel-change__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .carousel-change__title {
    margin-top: 0;
  }
}
.carousel-change__excerpt {
  padding: 10px 20px 20px;
  display: none;
  font-size: 14px;
  height: 135px;
}
@media screen and (max-width: 992px) {
  .carousel-change__excerpt {
    display: block;
  }
}
.carousel-change .slick-arrow {
  position: absolute;
  bottom: 195px;
  font-size: 18px;
  width: 80px;
  height: 80px;
  background: #0d5195;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.carousel-change .slick-arrow.icon-arrow-left {
  z-index: 1;
  left: -webkit-calc(18% - 40px);
  left: calc(18% - 40px);
}
@media screen and (max-width: 992px) {
  .carousel-change .slick-arrow.icon-arrow-left {
    left: -10px;
    bottom: -25px;
  }
}
.carousel-change .slick-arrow.icon-arrow-right {
  right: -webkit-calc(18% - 40px);
  right: calc(18% - 40px);
}
@media screen and (max-width: 992px) {
  .carousel-change .slick-arrow.icon-arrow-right {
    right: -10px;
    bottom: -25px;
  }
}
@media screen and (max-width: 1330px) {
  .carousel-change .slick-arrow {
    bottom: 192px;
  }
}
@media screen and (max-width: 1180px) {
  .carousel-change .slick-arrow {
    bottom: 210px;
  }
}
@media screen and (max-width: 992px) {
  .carousel-change .slick-arrow {
    bottom: -50px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-change .slick-arrow {
    bottom: -50px;
  }
}
.carousel-change .slick-arrow:hover {
  cursor: pointer;
}
.wr-carousel-recommend {
  padding: 75px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wr-carousel-recommend {
    padding: 75px 0;
  }
}
.wr-carousel-recommend .h2 {
  text-align: center;
}
.carousel-recommend {
  position: relative;
  height: 557px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .carousel-recommend {
    height: auto;
    overflow: unset;
  }
}
.carousel-recommend .slick-list {
  padding: 0 !important;
  margin: 0 -15px;
}
.carousel-recommend .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.carousel-recommend__item {
  margin: 0 2px;
  text-align: center;
  height: auto;
}
.carousel-recommend__item .attachment-post-thumbnail {
  border: 1px solid transparent;
}
.carousel-recommend__item.slick-current .attachment-post-thumbnail {
  border: 1px solid #17599a;
}
@media screen and (max-width: 768px) {
  .carousel-recommend__item.slick-current .attachment-post-thumbnail {
    border: 1px solid transparent;
  }
}
.carousel-recommend__item.slick-current .carousel-recommend__title {
  font-size: 27px;
  font-family: f-light, sans-serif;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .carousel-recommend__item.slick-current .carousel-recommend__title {
    font-size: 22px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-recommend__item.slick-current .carousel-recommend__title {
    font-size: 19px;
    margin-top: 0;
  }
}
.carousel-recommend__item.slick-current .carousel-recommend__excerpt {
  display: none;
}
@media screen and (max-width: 768px) {
  .carousel-recommend__item.slick-current .carousel-recommend__excerpt {
    display: block;
  }
}
.carousel-recommend__title {
  text-transform: uppercase;
  font-size: 19px;
  padding: 20px 20px 10px;
  display: block;
}
.carousel-recommend__excerpt {
  padding: 10px 20px 20px;
  display: block;
  font-size: 14px;
}
.carousel-recommend .slick-arrow {
  position: absolute;
  right: -webkit-calc(50% - 40px);
  right: calc(50% - 40px);
  bottom: unset;
  top: 180px;
  font-size: 18px;
  width: 80px;
  height: 80px;
  background: #0d5195;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1330px) {
  .carousel-recommend .slick-arrow {
    top: 250px;
  }
}
@media screen and (max-width: 1180px) {
  .carousel-recommend .slick-arrow {
    top: 210px;
  }
}
@media screen and (max-width: 992px) {
  .carousel-recommend .slick-arrow {
    top: 320px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-recommend .slick-arrow {
    top: unset;
    bottom: -80px;
  }
}
.carousel-recommend .slick-arrow:hover {
  cursor: pointer;
}
.carousel-revies__slide {
  text-align: center;
  color: #4e4e4e;
  padding-top: 20px;
}
.carousel-revies__thumbnail {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 184px;
  height: 184px;
  margin: 40px auto 25px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.carousel-revies__thumbnail:before {
  content: "";
  border: 1px dashed #fff;
  position: absolute;
  width: 80%;
  height: 80%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.carousel-revies__thumbnail:after {
  content: "";
  border: 1px dotted #94b1ce;
  position: absolute;
  width: 120%;
  height: 120%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.carousel-revies__thumbnail img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.carousel-revies__content {
  font-size: 17px;
  letter-spacing: 1px;
  margin: 0 auto 40px auto;
  max-width: 1000px;
}
.carousel-revies__autor {
  font-family: f-light, sans-serif;
  letter-spacing: 1px;
}
.carousel-revies .slick-arrow {
  cursor: pointer;
  position: absolute;
  color: #1c5b9b;
  bottom: 45px;
  z-index: 1;
}
.carousel-revies .icon-arrow-left {
  left: -webkit-calc(50% - 46px);
  left: calc(50% - 46px);
}
.carousel-revies .icon-arrow-right {
  right: -webkit-calc(50% - 46px);
  right: calc(50% - 46px);
}
.contacts {
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.contacts--top {
  background: url(../../../themes/bitovka/img/contacts-bg-1.png) top center,
    url(../../../themes/bitovka/img/contacts-bg-2.png) bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 54px 0 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 1330px) {
  .contacts--top {
    padding: 45px 0 28px;
  }
}
@media screen and (max-width: 1180px) {
  .contacts--top {
    padding: 40px 0 24px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 992px) {
  .contacts--top {
    padding: 30px 0 18px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .contacts--top {
    background-image: none;
  }
}
.contacts--top .contacts__content {
  background-color: #181834;
  padding: 34px 75px 66px 40px;
  width: 100%;
}
@media screen and (max-width: 1330px) {
  .contacts--top .contacts__content {
    padding: 25px 30px 40px;
  }
}
@media screen and (max-width: 1180px) {
  .contacts--top .contacts__content {
    padding: 15px 20px 30px;
  }
}
@media screen and (max-width: 992px) {
  .contacts--top .contacts__content {
    padding: 10px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .contacts--top .contacts__content {
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 576px) {
  .contacts--top .contacts__content {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px;
  }
}
.contacts--footer {
  margin-left: 125px;
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .contacts--footer {
    margin-left: 40px;
  }
}
.contacts__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .contacts__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contacts .btn {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .contacts .btn {
    margin-left: 0;
    margin: 0 auto;
  }
}
.contacts__ico {
  background: url(../../../themes/bitovka/img/cont-ico.png) no-repeat top center;
  width: 15px;
  height: 82px;
  margin-right: 100px;
}
@media screen and (max-width: 1330px) {
  .contacts__ico {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__ico {
    display: none;
  }
}
.contacts__regions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 36px 0 60px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .contacts__regions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts__regions span {
  text-transform: uppercase;
}
.contacts__regions .select {
  border: 0;
  border-bottom: 1px solid #545659;
  background: 0 0;
  margin: 0 0 0 5px;
  width: unset;
  overflow: unset;
}
.contacts__regions .select:after {
  background-image: url(../../../themes/bitovka/img/down-arrow2.svg);
  background-color: transparent;
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  width: 20px;
  height: 100%;
  right: 0;
  pointer-events: none;
}
.contacts__regions .select select {
  background: 0 0;
  color: #fff;
  padding: 0 20px 0 0;
  text-transform: unset;
  font-size: 15px;
}
.contacts__cites {
  opacity: 0.5;
  margin-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contacts__cites {
    margin-left: 0;
  }
}
.contacts__cites span {
  text-transform: unset;
}
.contacts-col {
  text-transform: uppercase;
  margin-right: 48px;
}
@media screen and (max-width: 1330px) {
  .contacts-col {
    margin-right: 28px;
  }
}
@media screen and (max-width: 1180px) {
  .contacts-col {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-col {
    margin-right: 25px;
    margin-bottom: 15px;
  }
}
.contacts-col__title {
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.contacts-col p {
  opacity: 0.5;
}
.contacts-col a {
  color: #fff;
  opacity: 0.5;
}
.contacts-col--phone a {
  display: block;
}
.contacts-col--phone a:hover {
  text-decoration: underline;
}
.contacts-col--mail .contacts-col__item {
  text-align: right;
}
.contacts-col--mail a {
  text-transform: none;
}
.contacts-col--mail a:hover {
  text-decoration: underline;
}
.content-contakts .h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .content-contakts .h2 {
    margin-bottom: 40px;
  }
}
.content-contakts .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-contakts__left {
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
}
@media screen and (max-width: 992px) {
  .content-contakts__left {
    width: -webkit-calc(41.66667% - 30px);
    width: calc(41.66667% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .content-contakts__left {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.content-contakts__right {
  width: -webkit-calc(66.66667% - 30px);
  width: calc(66.66667% - 30px);
}
@media screen and (max-width: 992px) {
  .content-contakts__right {
    width: -webkit-calc(58.33333% - 30px);
    width: calc(58.33333% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .content-contakts__right {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.contakts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 17px;
  color: #2d2c2c;
  letter-spacing: 1px;
}
.contakts-item__ico {
  margin-right: 20px;
}
.contakts-item a {
  color: #2d2c2c;
}
.contakts-item a:hover {
  color: #267dd4;
}
.contakts-item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ico-cont {
  background-image: url(../../../themes/bitovka/img/ico-cont.png);
  background-repeat: no-repeat;
  display: block;
  min-width: 22px;
}
.ico-cont--1 {
  height: 16px;
  background-position: 0 0;
}
.ico-cont--2 {
  height: 20px;
  background-position: -22px 0;
}
.ico-cont--3 {
  height: 17px;
  background-position: -44px 0;
}
.services {
  background: url(../../../themes/bitovka/img/services-bg.jpg) no-repeat center;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 992px) {
  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .services {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.services__item {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  font-size: 17px;
}
@media screen and (max-width: 992px) {
  .services__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .services__item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .services__item {
    margin-bottom: 30px;
  }
}
.services__title {
  text-transform: uppercase;
  color: #0d5195;
  margin-bottom: 20px;
  max-width: 70%;
}
.services__excerpt {
  color: #4e4e4e;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .services .btn {
    display: block;
    margin: 0 auto;
  }
}
.box-gallery {
  position: relative;
  padding: 158px 0;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .box-gallery {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .box-gallery {
    padding: 40px 0;
  }
}
.box-gallery .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .box-gallery .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.box-gallery:before {
  content: "";
  background: #0d5195;
  height: 100%;
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .box-gallery:before {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .box-gallery:before {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .box-gallery:before {
    width: 100%;
  }
}
.box-gallery__content {
  min-width: 390px;
}
@media screen and (max-width: 768px) {
  .box-gallery__content {
    min-width: 100%;
  }
}
.box-gallery__title {
  text-transform: uppercase;
  font-size: 25px;
  max-width: 270px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.box-gallery__excerpt {
  font-size: 17px;
  letter-spacing: 2px;
  margin-left: 44px;
  max-width: 290px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box-gallery__excerpt {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .box-gallery__excerpt {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-gallery .btn {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 310px;
  }
}
.gallery {
  max-width: 1217px;
}
@media screen and (max-width: 768px) {
  .gallery {
    max-width: 100%;
  }
}
.page-template-contakts .regions {
  background: #f8f8f8;
}
.regions {
  background: #fafafa;
  padding: 76px 0;
}
@media screen and (max-width: 768px) {
  .regions {
    padding: 36px 0;
  }
}
.regions .h2 {
  text-align: center;
  margin-bottom: 40px;
}
.regions .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.regions__cities {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  position: relative;
  padding-left: 40px;
}
.article .regions__cities {
  padding-left: 25px;
}
@media screen and (max-width: 992px) {
  .regions__cities {
    width: -webkit-calc(33.33333% - 30px);
    width: calc(33.33333% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .regions__cities {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.regions__cities span,
.regions .col > span {
  text-transform: uppercase;
  font-size: 12.5px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  left: -216px;
  top: 230px;
  z-index: 1;
}
.regions__map {
  width: -webkit-calc(75% - 30px);
  width: calc(75% - 30px);
}
@media screen and (max-width: 992px) {
  .regions__map {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .regions__map {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .regions__map {
    margin-top: 30px;
  }
}
.regions .btn {
  margin: 27px auto 0 auto;
  display: block;
  max-width: 280px;
}
@media screen and (max-width: 576px) {
  .regions .btn {
    max-width: 100%;
  }
}
.regions-cities__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .regions-cities__item {
    display: inline-block;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .regions-cities__item {
    display: inline-block;
    width: 100%;
  }
}
.regions-cities__item a {
  display: inline-block;
  color: #6d6a6a;
  font-size: 21px;
  font-family: f-light, sans-serif;
  text-decoration: underline;
}
.regions-cities__item a:hover {
  color: #0d5195;
}
.regions-cities__item.active a {
  color: #0d5195;
}
.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 100px auto;
}
@media screen and (max-width: 576px) {
  .faq {
    margin: 40px auto;
  }
}
.faq .h2 {
  text-align: center;
  margin-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 576px) {
  .faq .h2 {
    margin-bottom: 20px;
  }
}
.faq__item {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .faq__item {
    margin-bottom: 30px;
  }
}
.faq__item:nth-child(even) {
  margin-right: 170px;
}
@media screen and (max-width: 1180px) {
  .faq__item:nth-child(even) {
    margin-right: 100px;
  }
}
@media screen and (max-width: 992px) {
  .faq__item:nth-child(even) {
    margin-right: 0;
  }
}
.faq__title {
  background: #e2dede;
  text-transform: uppercase;
  font-size: 17px;
  -webkit-border-radius: 10px 0 10px 10px;
  border-radius: 10px 0 10px 10px;
  padding: 20px 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 790px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq__title {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .faq__title {
    padding: 20px;
    font-size: 16px;
    text-transform: unset;
  }
}
.faq__title:before {
  content: "";
  position: absolute;
  background: url(../../../themes/bitovka/img/faq-title-bg.png) no-repeat top
    right;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  width: 100%;
  height: 31px;
  top: -31px;
  right: 0;
}
@media screen and (max-width: 992px) {
  .faq__title:before {
    top: -28px;
  }
}
@media screen and (max-width: 768px) {
  .faq__title:before {
    background-image: none;
  }
}
.faq__title span {
  border-bottom: 1px solid #d2d2d4;
}
.faq__excerpt {
  font-size: 15px;
  font-family: f-italic, sans-serif;
  background: #181834;
  color: #525267;
  padding: 20px 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
  margin-top: 10px;
  margin-left: 56px;
  max-width: 957px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .faq__excerpt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .faq__excerpt {
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 576px) {
  .faq__excerpt {
    padding: 20px;
    font-size: 14px;
  }
}
.faq__excerpt:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 100px;
  border: 17px solid transparent;
  border-left: 28px solid #181834;
}
.faq__excerpt:after {
  content: "";
  position: absolute;
  background: url(../../../themes/bitovka/img/faq-excerpt-bg.png) no-repeat
    bottom left;
  -webkit-background-size: 99% 99%;
  background-size: 99%;
  width: 100%;
  height: 36px;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 1330px) {
  .faq__excerpt:after {
    bottom: -30px;
  }
}
@media screen and (max-width: 1180px) {
  .faq__excerpt:after {
    bottom: -28px;
  }
}
@media screen and (max-width: 768px) {
  .faq__excerpt:after {
    background-image: none;
  }
}
.faq .btn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.fakts {
  background: #181834;
  color: #fff;
  padding: 68px 0 62px;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 576px) {
  .fakts {
    padding: 40px 0 0;
    margin: 50px auto 0 auto;
  }
}
.fakts .h2 {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .fakts .h2 {
    margin-bottom: 20px;
  }
}
.fakts .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fakt {
  width: -webkit-calc(41.66667% - 30px);
  width: calc(41.66667% - 30px);
  margin-bottom: 60px;
}
@media screen and (max-width: 1180px) {
  .fakt {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fakt {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.fakt__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .fakt__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fakt__bottom {
  padding-left: 146px;
  max-width: 350px;
}
@media screen and (max-width: 576px) {
  .fakt__bottom {
    padding-left: 0;
    text-align: center;
  }
}
.fakt .attachment-post-thumbnail {
  margin-bottom: 13px;
}
.fakt__value {
  font-size: 42px;
  font-family: f-black, sans-serif;
  min-width: 117px;
  text-align: right;
  margin-right: 28px;
}
@media screen and (max-width: 576px) {
  .fakt__value {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.fakt__title {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 16px;
}
.fakt__content {
  opacity: 0.5;
}
.revies {
  background: #f8f8f8;
  padding: 77px 0 50px;
}
.mfp-zoom-in .form-popup,
.mfp-zoom-in .history-text {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .form-popup,
.mfp-zoom-in.mfp-ready .history-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .form-popup,
.mfp-zoom-in.mfp-removing .history-text {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.single-post {
  background-color: #fff;
}
.single-post .article {
  margin-top: 168px;
}
@media screen and (max-width: 992px) {
  .single-post .article {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .article {
    margin-top: 40px;
  }
}
.article {
  margin-top: 40px;
}
.article__text {
  padding: 0 40px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .article__text {
    padding: 0;
  }
}
.article .attachment-post-thumbnail {
  padding: 40px;
  border: 1px solid #c9c9c9;
  margin-bottom: 81px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .article .attachment-post-thumbnail {
    padding: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .article .attachment-post-thumbnail {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.article h1,
.article h2 {
  color: #0d5195;
  font-size: 21px;
}
.article p {
  margin-bottom: 25px;
}
.article blockquote {
  background: #fff;
  margin: 50px auto 70px auto;
  padding: 17px 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9bb7d3;
  border-top: 0;
  border-bottom: 0;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .article blockquote {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #9bb7d3 !important;
    margin: 20px auto;
    padding: 15px 20px;
  }
}
.article blockquote:before {
  content: "";
  -webkit-transform: skewY(-2deg) translateY(-26px) translateY(4px);
  -ms-transform: skewY(-2deg) translateY(-26px) translateY(4px);
  transform: skewY(-2deg) translateY(-26px) translateY(4px);
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 4vw;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  z-index: -1;
  border-top: 1px solid #9bb7d3;
  border-right: 1px solid #9bb7d3;
}
@media screen and (max-width: 1330px) {
  .article blockquote:before {
    -webkit-transform: skewY(-2deg) translateY(-23px) translateY(4px);
    -ms-transform: skewY(-2deg) translateY(-23px) translateY(4px);
    transform: skewY(-2deg) translateY(-23px) translateY(4px);
  }
}
@media screen and (max-width: 1180px) {
  .article blockquote:before {
    -webkit-transform: skewY(-2deg) translateY(-21px) translateY(4px);
    -ms-transform: skewY(-2deg) translateY(-21px) translateY(4px);
    transform: skewY(-2deg) translateY(-21px) translateY(4px);
  }
}
@media screen and (max-width: 992px) {
  .article blockquote:before {
    -webkit-transform: skewY(-2deg) translateY(-16px) translateY(4px);
    -ms-transform: skewY(-2deg) translateY(-16px) translateY(4px);
    transform: skewY(-2deg) translateY(-16px) translateY(4px);
  }
}
@media screen and (max-width: 576px) {
  .article blockquote:before {
    height: 0;
    border: 0;
  }
}
.article blockquote:after {
  content: "";
  -webkit-transform: skewY(2deg) translateY(58px) translateY(-36px);
  -ms-transform: skewY(2deg) translateY(58px) translateY(-36px);
  transform: skewY(2deg) translateY(58px) translateY(-36px);
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3vw;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  z-index: -1;
  border-bottom: 1px solid #9bb7d3;
  border-right: 1px solid #9bb7d3;
}
@media screen and (max-width: 1330px) {
  .article blockquote:after {
    -webkit-transform: skewY(2deg) translateY(57px) translateY(-38px);
    -ms-transform: skewY(2deg) translateY(57px) translateY(-38px);
    transform: skewY(2deg) translateY(57px) translateY(-38px);
  }
}
@media screen and (max-width: 1180px) {
  .article blockquote:after {
    -webkit-transform: skewY(2deg) translateY(53px) translateY(-38px);
    -ms-transform: skewY(2deg) translateY(53px) translateY(-38px);
    transform: skewY(2deg) translateY(53px) translateY(-38px);
  }
}
@media screen and (max-width: 992px) {
  .article blockquote:after {
    -webkit-transform: skewY(2deg) translateY(50px) translateY(-38px);
    -ms-transform: skewY(2deg) translateY(50px) translateY(-38px);
    transform: skewY(2deg) translateY(50px) translateY(-38px);
  }
}
@media screen and (max-width: 576px) {
  .article blockquote:after {
    height: 0;
    border: 0;
  }
}
.article blockquote i {
  display: block;
  position: absolute;
  top: -15px;
  width: 90%;
  left: 20px;
  z-index: -10;
}
.article blockquote i:before {
  content: "";
  -webkit-transform: skewY(1deg) translateY(0) translateY(0);
  -ms-transform: skewY(1deg) translateY(0) translateY(0);
  transform: skewY(1deg) translateY(0) translateY(0);
  position: absolute;
  background: #efefef;
  left: 0;
  top: 0;
  width: 100%;
  height: 3vw;
  -webkit-border-radius: 10px 0 0;
  border-radius: 10px 0 0;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .article blockquote i:before {
    height: 0;
  }
}
.article blockquote p {
  margin: 0;
}
.wr-sample-posts {
  background: #f8f8f8;
  padding: 54px 0 100px;
}
@media screen and (max-width: 768px) {
  .wr-sample-posts {
    padding: 40px 0;
  }
}
.wr-sample-posts .h2 {
  text-align: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 992px) {
  .wr-sample-posts .h2 {
    margin-bottom: 30px;
  }
}
.sample-posts {
  padding: 0 57px;
  margin: 0 -57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1180px) {
  .sample-posts {
    padding: 0 15px;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 992px) {
  .sample-posts {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.sample-posts__item {
  width: 360px;
  margin: 0 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1330px) {
  .sample-posts__item {
    width: -webkit-calc(33.333% - 52px);
    width: calc(33.333% - 52px);
  }
}
@media screen and (max-width: 1180px) {
  .sample-posts__item {
    margin: 0 15px;
    width: -webkit-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .sample-posts__item {
    margin: 0 15px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sample-posts__item {
    margin: 0 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
.sample-posts__item .btn {
  margin-top: auto;
  margin-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.sample-posts .attachment-post-thumbnail {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .sample-posts .attachment-post-thumbnail {
    padding: 10px;
  }
}
.sample-posts__title {
  font-size: 19px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 22px;
}
.cart {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cart {
    margin-top: 30px;
  }
}
.cart__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cart__title {
    margin-bottom: 30px;
  }
}
.cart-thumbnails {
  width: -webkit-calc(41.66667% - 30px);
  width: calc(41.66667% - 30px);
}
@media screen and (max-width: 768px) {
  .cart-thumbnails {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.cart-thumbnails__thumbnail {
  width: -webkit-calc(41.66667% - 30px);
  width: calc(41.66667% - 30px);
}
.cart-thumbnails__main {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid transparent;
}
.cart-thumbnails__main:hover {
  border: 1px solid #23619f;
}
.cart-thumbnails__min a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid transparent;
}
.cart-thumbnails__min a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cart-thumbnails__min a:hover {
  border: 1px solid #23619f;
}
.cart-thumbnails__min a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.cart-characts {
  width: -webkit-calc(48.33333% - 30px);
  width: calc(48.33333% - 30px);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cart-characts {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .cart-characts {
    margin-top: 20px;
  }
}
.cart-characts__title {
  color: #0d5195;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .cart-characts__title {
    font-size: 18px;
  }
}
.cart-characts__row {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.cart-characts__label {
  color: #181834;
}
.cart-characts__value {
  color: #0d5195;
}
.cart-characts__ico {
  background-image: url(../../../themes/bitovka/img/cart-characts.png);
  background-repeat: no-repeat;
  display: block;
  min-width: 53px;
  height: 45px;
  margin: 0 25px 0 -12px;
}
@media screen and (max-width: 576px) {
  .cart-characts__ico {
    margin: 0 5px 0 -12px;
  }
}
.cart-characts__ico-1 {
  background-position: 0 0;
}
.cart-characts__ico-2 {
  background-position: -53px 0;
}
.cart-characts__ico-3 {
  background-position: -106px 0;
}
.cart-characts__ico-4 {
  background-position: -159px 0;
}
.cart-characts__ico-5 {
  background-position: -212px 0;
}
.cart-characts__ico-6 {
  background-position: -265px 0;
}
.cart-characts__ico-7 {
  background-position: -318px 0;
}
.cart-characts__ico-8 {
  background-position: -371px 0;
}
.cart-characts__ico-9 {
  background-position: -424px 0;
}
.cart-price {
  background: #181834;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px auto 0 auto;
  max-width: 957px;
  padding: 20px 45px 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .cart-price {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cart-price i {
  display: block;
  position: absolute;
  top: -15px;
  width: 90%;
  left: 20px;
  z-index: -10;
}
.cart-price i:before {
  content: "";
  -webkit-transform: skewY(2deg) translateY(0) translateY(0);
  -ms-transform: skewY(2deg) translateY(0) translateY(0);
  transform: skewY(2deg) translateY(0) translateY(0);
  position: absolute;
  background: #e7e7ea;
  left: 0;
  top: 0;
  width: 100%;
  height: 3vw;
  -webkit-border-radius: 10px 0 0;
  border-radius: 10px 0 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cart-price i:before {
    height: 0;
  }
}
.cart-price:before {
  content: "";
  -webkit-transform: skewY(-2deg) translateY(-28px) translateY(4px);
  -ms-transform: skewY(-2deg) translateY(-28px) translateY(4px);
  transform: skewY(-2deg) translateY(-28px) translateY(4px);
  position: absolute;
  background: #181834;
  left: 0;
  top: 0;
  width: 100%;
  height: 3vw;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  z-index: -1;
}
@media screen and (max-width: 1330px) {
  .cart-price:before {
    height: 4vw;
  }
}
@media screen and (max-width: 992px) {
  .cart-price:before {
    -webkit-transform: skewY(-2deg) translateY(-26px) translateY(4px);
    -ms-transform: skewY(-2deg) translateY(-26px) translateY(4px);
    transform: skewY(-2deg) translateY(-26px) translateY(4px);
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .cart-price:before {
    height: 0;
  }
}
.cart-price:after {
  content: "";
  -webkit-transform: skewY(1deg) translateY(69px) translateY(-39px);
  -ms-transform: skewY(1deg) translateY(69px) translateY(-39px);
  transform: skewY(1deg) translateY(69px) translateY(-39px);
  position: absolute;
  background: #181834;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3vw;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
@media screen and (max-width: 1330px) {
  .cart-price:after {
    -webkit-transform: skewY(1deg) translateY(66px) translateY(-37px);
    -ms-transform: skewY(1deg) translateY(66px) translateY(-37px);
    transform: skewY(1deg) translateY(66px) translateY(-37px);
    height: 4vw;
  }
}
@media screen and (max-width: 992px) {
  .cart-price:after {
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .cart-price:after {
    height: 0;
  }
}
.cart-price__price {
  width: 162px;
}
.cart-price__pricelabel {
  display: block;
  font-size: 15px;
}
.cart-price__priceval {
  font-size: 33px;
  font-family: f-black, sans-serif;
  text-align: right;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cart-price__priceval {
    text-align: center;
  }
}
.cart-price__priceval span {
  font-family: f-light, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .cart-price .btn {
    margin-top: 10px;
  }
}
.cart-description {
  margin-top: 80px;
}
.cart-description__label {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  color: #0d5195;
  font-size: 21px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 25px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .cart-description__label {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .cart-description__label {
    text-align: center;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.cart-description__content {
  width: -webkit-calc(75% - 30px);
  width: calc(75% - 30px);
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .cart-description__content {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.p-404 {
  text-align: center;
  margin-bottom: 30px;
}
.p-404 .h2 {
  font-size: 100px;
  font-family: f-black, sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-404 .h2 {
    font-size: 62px;
  }
}
.p-404__text {
  font-size: 22px;
  margin-bottom: 30px;
}
.footer {
  background: url(../../../themes/bitovka/img/footer.jpg) no-repeat top center;
  color: #fff;
  padding: 127px 0 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .footer {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0;
  }
}
.footer:before {
  content: "";
  -webkit-transform: skewY(-2.5deg) translateY(-46px);
  -ms-transform: skewY(-2.5deg) translateY(-46px);
  transform: skewY(-2.5deg) translateY(-46px);
  position: absolute;
  background: #f8f8f8;
  left: 0;
  top: 0;
  width: 100%;
  height: 3.5vw;
}
@media screen and (max-width: 1180px) {
  .footer:before {
    height: 4.5vw;
  }
}
@media screen and (max-width: 992px) {
  .footer:before {
    height: 6vw;
  }
}
.footer:after {
  content: "";
  -webkit-transform: skewY(2.5deg) translateY(-46px);
  -ms-transform: skewY(2.5deg) translateY(-46px);
  transform: skewY(2.5deg) translateY(-46px);
  position: absolute;
  background: #f8f8f8;
  right: 0;
  top: 0;
  width: 100%;
  height: 3.5vw;
}
@media screen and (max-width: 1180px) {
  .footer:after {
    height: 4.5vw;
  }
}
@media screen and (max-width: 992px) {
  .footer:after {
    height: 6vw;
  }
}
.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.footer a {
  color: #fff;
}
.footer__contactstop {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  max-width: 430px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .footer__contactstop {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .footer__contactstop {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 30px;
  }
}
.footer__contactstop .popup {
  font-size: 30px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer__contactstop .popup {
    font-size: 24px;
  }
}
.footer__contactstop .popup:hover {
  text-decoration: none;
}
.footer__phonetop {
  font-size: 50px;
  font-family: f-light, sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__phonetop {
    font-size: 36px;
  }
}
.footer__description {
  text-transform: uppercase;
  font-size: 12.5px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  left: -133px;
  top: 240px;
}
.footer-namesite {
  font-family: f-black, sans-serif;
  line-height: 0.8;
  margin-left: 125px;
  margin-bottom: 75px;
}
@media screen and (max-width: 992px) {
  .footer-namesite {
    margin-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .footer-namesite {
    margin-bottom: 40px;
  }
}
.footer-namesite__name {
  font-size: 67px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer-namesite__name {
    font-size: 42px;
    line-height: 1;
  }
}
@media screen and (max-width: 576px) {
  .footer-namesite__name {
    font-size: 34px;
  }
}
.footer-namesite__description {
  font-size: 33px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer-namesite__description {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .footer-namesite__description {
    font-size: 16px;
  }
}
.description-ico {
  background: url(../../../themes/bitovka/img/ico-footer.png) no-repeat top
    center;
  width: 15px;
  height: 82px;
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: -30px;
  left: -70px;
}
.cart-characts__label_c {
  color: #0d5195;
  font-size: 21px;
  margin-bottom: 8px;
  margin-top: 25px;
  font-weight: 600;
}
.cart-characts__ico_n {
  background-image: url(../../../themes/bitovka/img/characts.png);
  background-repeat: no-repeat;
  display: block;
  min-width: 25px;
  height: 25px;
  margin: 0 25px 0 -12px;
}
.cart-characts__ico-10 {
  background-position: 3px 3px;
}
.cart-characts__ico-11 {
  background-position: -25px 3px;
}
.cart-characts__ico-12 {
  background-position: -52px 3px;
}
.carusel_item_static {
  width: 32%;
  margin-bottom: 45px;
  float: left;
  display: block;
}
@media screen and (max-width: 992px) {
  .carusel_item_static {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .carusel_item_static {
    width: 98%;
  }
}
@media screen and (max-width: 576px) {
  .carusel_item_static {
    width: 98%;
  }
}
@media screen and (min-width: 992px) {
  .reviews__thumbnail {
    float: left;
    margin: 10px 42px 0 auto;
  }
  .reviews__slide {
    padding: 30px 0;
    text-align: left;
    height: 220px;
  }
  .reviews__content {
    margin-bottom: 30px;
  }
  .reviews__autor {
    float: right;
  }
}
.map {
  position: relative;
  height: 470px;
  background: #fafafa;
}
.table {
  border-collapse: collapse;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-weight: 700;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
thead {
  display: table-header-group;
}
.ymaps-2-1-75-balloon__content a {
  text-decoration: underline;
}
